Get presigned URL for uploading profile picture
POST/bio/upload-image
Get presigned URL for uploading profile picture
Request
- application/json
Body
required
fileName string
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
success boolean
query_time string
presignedLink
object
url string
{
"success": true,
"query_time": "string",
"presignedLink": {
"url": "string"
}
}
Loading...